﻿2026-07-28T02:39:17.0761894Z ##[group]Run actions/checkout@v5
2026-07-28T02:39:17.0762380Z with:
2026-07-28T02:39:17.0762725Z   repository: BigscreenVR/spt-bs-core
2026-07-28T02:39:17.0765570Z   token: ***
2026-07-28T02:39:17.0765943Z   ssh-strict: true
2026-07-28T02:39:17.0766281Z   ssh-user: git
2026-07-28T02:39:17.0766633Z   persist-credentials: true
2026-07-28T02:39:17.0767026Z   clean: true
2026-07-28T02:39:17.0767383Z   sparse-checkout-cone-mode: true
2026-07-28T02:39:17.0767798Z   fetch-depth: 1
2026-07-28T02:39:17.0768147Z   fetch-tags: false
2026-07-28T02:39:17.0768505Z   show-progress: true
2026-07-28T02:39:17.0768867Z   lfs: false
2026-07-28T02:39:17.0769290Z   submodules: false
2026-07-28T02:39:17.0769642Z   set-safe-directory: true
2026-07-28T02:39:17.0770045Z   allow-unsafe-pr-checkout: false
2026-07-28T02:39:17.0770513Z ##[endgroup]
2026-07-28T02:39:17.1528286Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-28T02:39:17.1529949Z ##[group]Getting Git version info
2026-07-28T02:39:17.1530595Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-28T02:39:17.1531510Z [command]/usr/bin/git version
2026-07-28T02:39:17.1566518Z git version 2.43.0
2026-07-28T02:39:17.1583442Z ##[endgroup]
2026-07-28T02:39:17.1594809Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/21483326-88d6-43a4-a79c-f2155a5449fa' before making global git config changes
2026-07-28T02:39:17.1596052Z Adding repository directory to the temporary git global config as a safe directory
2026-07-28T02:39:17.1597991Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-28T02:39:17.1630816Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-28T02:39:17.1650055Z https://github.com/BigscreenVR/spt-bs-core
2026-07-28T02:39:17.1660025Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-28T02:39:17.1662574Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-28T02:39:17.1681504Z HEAD
2026-07-28T02:39:17.1716890Z ##[endgroup]
2026-07-28T02:39:17.1718197Z [command]/usr/bin/git submodule status
2026-07-28T02:39:17.1901362Z ##[group]Cleaning the repository
2026-07-28T02:39:17.1904018Z [command]/usr/bin/git clean -ffdx
2026-07-28T02:39:17.1939244Z [command]/usr/bin/git reset --hard HEAD
2026-07-28T02:39:17.1996913Z HEAD is now at 58ff39c1 Merge ea13f02c719e159880af1288a14ddde5b08f01a3 into f7ff68f8805ed594b0ec317e1b0cad60c9052541
2026-07-28T02:39:17.2004182Z ##[endgroup]
2026-07-28T02:39:17.2005335Z ##[group]Disabling automatic garbage collection
2026-07-28T02:39:17.2007694Z [command]/usr/bin/git config --local gc.auto 0
2026-07-28T02:39:17.2031977Z ##[endgroup]
2026-07-28T02:39:17.2032988Z ##[group]Setting up auth
2026-07-28T02:39:17.2038093Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-28T02:39:17.2063154Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-28T02:39:17.2257049Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-28T02:39:17.2284435Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-28T02:39:17.2466474Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-28T02:39:17.2493111Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-28T02:39:17.2679277Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-28T02:39:17.2707792Z ##[endgroup]
2026-07-28T02:39:17.2708522Z ##[group]Fetching the repository
2026-07-28T02:39:17.2714079Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +58ff39c1959d9538e0f8816c8809480e3fde6f6a:refs/remotes/pull/114/merge
2026-07-28T02:39:17.8054599Z ##[endgroup]
2026-07-28T02:39:17.8070843Z ##[group]Determining the checkout info
2026-07-28T02:39:17.8072634Z ##[endgroup]
2026-07-28T02:39:17.8073313Z [command]/usr/bin/git sparse-checkout disable
2026-07-28T02:39:17.8096633Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-28T02:39:17.8123628Z ##[group]Checking out the ref
2026-07-28T02:39:17.8125254Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/114/merge
2026-07-28T02:39:17.8175778Z HEAD is now at 58ff39c1 Merge ea13f02c719e159880af1288a14ddde5b08f01a3 into f7ff68f8805ed594b0ec317e1b0cad60c9052541
2026-07-28T02:39:17.8212767Z ##[endgroup]
2026-07-28T02:39:17.8214908Z [command]/usr/bin/git log -1 --format=%H
2026-07-28T02:39:17.8237802Z 58ff39c1959d9538e0f8816c8809480e3fde6f6a
